home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Entertainment / MacMud / Unix / arpa⁄inet.h < prev    next >
Encoding:
Text File  |  1989-02-22  |  418 b   |  17 lines  |  [TEXT/????]

  1. /*
  2.  * Copyright (c) 1983 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  *    @(#)inet.h 1.7 88/02/07 SMI; from UCB 5.1 5/30/85
  7.  */
  8.  
  9. /*
  10.  * External definitions for
  11.  * functions in inet(3N)
  12.  */
  13. unsigned long inet_addr();
  14. char    *inet_ntoa();
  15. struct    in_addr inet_makeaddr();
  16. unsigned long inet_network();
  17.